home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / CW68KRelease / FWBldDef.h < prev    next >
Encoding:
Text File  |  1996-08-16  |  536 b   |  21 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWBldDef.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:            (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. // This file should contains definitions specific to the build configuration.
  11.  
  12. #ifndef FWBLDDEF_H
  13. #define FWBLDDEF_H
  14.  
  15. // ----- Debug definition
  16. #define FW_DEBUG
  17.  
  18. #define FW_BUILD_MAC
  19. #define FW_BUILD_MAC68K
  20.  
  21. #endif